Nabi Allocator | 05/09/2023 - 25/02/2024

For my undergraduate dissertation I created a single header C++ memory allocator. It performs up to 12% faster than the standard new and delete implementation in real world applications, and is the best code I have ever written (so far...)! The full source code is available on GitHub.

Nabi Allocator's showcase video.

You can learn more about Nabi Allocator's capabilities by checking out the project's wiki.